Search
RowsEvent Constructor
See Also
 






Initializes a new instance of the RowsEvent class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public RowsEvent (
    Object source,
    int index,
    int count,
    Iterable<PlainRegion> oldCellRegions,
    Iterable<PlainRegion> newCellRegions,
    Iterable<PlainRegion> oldRowRegions,
    Iterable<PlainRegion> newRowRegions,
    Object originalAutoFilter
)

 Parameters

source

index

count

oldCellRegions

newCellRegions

oldRowRegions

newRowRegions

originalAutoFilter

 See Also